home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / termsorc.lha / Extras / Source / gtlayout-source.lha / gtlayout_endtag.asm < prev    next >
Assembly Source File  |  1995-09-25  |  169b  |  15 lines

  1. **
  2. **  GadTools layout toolkit
  3. **
  4. **  Copyright © 1993-1995 by Olaf `Olsen' Barthel
  5. **  Freely distributable.
  6. **
  7.  
  8.     section    text,code
  9.  
  10.     xdef    EndTag
  11.  
  12. EndTag:    dc.l    0
  13.  
  14.     end
  15.